From 2e87238a3de277a2ada47ceba72a6ec5e0afe86b Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 14 Mar 2007 10:47:59 +0000 Subject: [PATCH] consistently comment out checkered bg by default --- skins/common/common.css | 2 ++ skins/monobook/main.css | 7 ------- skins/simple/main.css | 2 ++ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/skins/common/common.css b/skins/common/common.css index 64a82e375b..cb91c5d475 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -476,6 +476,8 @@ p.mw-ipb-conveniencelinks { /* Stop floats from intruding into edit area in previews */ #toolbar, #wpTextbox1 { clear: both; } +/* #file img, .gallerybox .thumb img { background: url(images/Checker-16x16.png) repeat; } +*/ \ No newline at end of file diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 590263cb9d..bd68c37da8 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1626,10 +1626,3 @@ p.mw-ipb-conveniencelinks { .texvc { direction: ltr; unicode-bidi: embed; } /* Stop floats from intruding into edit area in previews */ #toolbar, #wpTextbox1 { clear: both; } - -/* Have a checkered background on images on the description pages and in galleries - to make transparency visible -*/ -#file img, .gallerybox .thumb img { - background: url(../common/images/Checker-16x16.png) repeat; -} diff --git a/skins/simple/main.css b/skins/simple/main.css index c22f0b75ce..ea682ecc55 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -447,6 +447,8 @@ table.collapsed tr.collapsable { /* Stop floats from intruding into edit area in previews */ #toolbar, #wpTextbox1 { clear: both; } +/* #file img, .gallerybox .thumb img { background: url(../common/images/Checker-16x16.png) repeat; } +*/ \ No newline at end of file -- 2.20.1